20090605-8-fix-hp-dl145-g3: Likewise for hp/dl145_g3
This board was fallback only because CBFS didn't work for normal. Maybe now is the time to make it have a normal image again?
Index: targets/hp/dl145_g3/Config-abuild.lb
--- targets/hp/dl145_g3/Config-abuild.lb.orig +++ targets/hp/dl145_g3/Config-abuild.lb @@ -13,8 +13,6 @@ __LOGLEVEL__ option ROM_SIZE=1024*(1024-32) option FALLBACK_SIZE=1024*512
I think this needs to be updated.
-option CONFIG_CBFS = 1
romimage "fallback" option USE_FALLBACK_IMAGE=1 option ROM_IMAGE_SIZE=0x20000
Isn't this line supposed to be gone?
Maybe we don't need a separate Config-abuild for the dl145_g3 since the problem was the ROM_IMAGE_SIZE on the build machine. Less to keep correct.
Thanks, Myles