]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
Blackfin: adi config: add a hook for boards to append the env
authorMike Frysinger <vapier@gentoo.org>
Sun, 19 Sep 2010 20:27:24 +0000 (16:27 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 2 Oct 2010 20:00:39 +0000 (16:00 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/bfin_adi_common.h

index bf3952cec34ad696415605f9eb2fe3a68f43417a..55b8b0be343b7f77328ff0490de212860f56ecad 100644 (file)
 #else
 # define NETWORK_ENV_SETTINGS
 #endif
+#ifndef BOARD_ENV_SETTINGS
+# define BOARD_ENV_SETTINGS
+#endif
 #define CONFIG_EXTRA_ENV_SETTINGS \
        NAND_ENV_SETTINGS \
        NETWORK_ENV_SETTINGS \
-       FLASHBOOT_ENV_SETTINGS
+       FLASHBOOT_ENV_SETTINGS \
+       BOARD_ENV_SETTINGS
 
 /*
  * Network Settings