Andrew, I tried that already. The file ../include/config.h is automatically generated when recompiling. I added the two lines which I marked red below. After I recompiled the uboot source again, the new generated config.h file replaces the old one that i modified and does not have the two lines.
My question is that have the two lines got recompiled into the u-boot.img? Or am I missing something here? /* Automatically generated - do not edit */ #define CONFIG_SERIAL1 1 #define CONFIG_CONS_INDEX 1 #define CONFIG_NAND 1 #define CONFIG_SYS_ARCH "arm" #define CONFIG_SYS_CPU "armv7" #define CONFIG_SYS_BOARD "am335x" #define CONFIG_SYS_VENDOR "ti" #define CONFIG_SYS_SOC "am33xx" #define CONFIG_BOARDDIR board/ti/am335x #define CONFIG_AUTOBOOT_KEYED 1 #define CONFIG_AUTOBOOT_DELAY_STR "uboot" #include <config_cmd_defaults.h> #include <config_defaults.h> #include <configs/am335x_evm.h> #include <asm/config.h> #include <config_fallbacks.h> #include <config_uncmd_spl.h> -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
