mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
Blackfin: adi config: add a hook for boards to append the env
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
f453220c1e
commit
c2d8b9652e
@ -231,10 +231,14 @@
|
||||
#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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user