diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-06-24 19:54:20 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-06-24 19:54:20 +0200 |
commit | 754466ac95e92ebf40e25c6af6f13ab9b4d7c87b (patch) | |
tree | a63da2cacba9786c93f209a7f44c663c50d768a7 /include | |
parent | aed39f354eb663bce7bfbf54c89397b14da2ed64 (diff) | |
parent | 6dbeb893c4a7668d0098318d6668ccf59bfbfdea (diff) | |
download | u-boot-754466ac95e92ebf40e25c6af6f13ab9b4d7c87b.zip u-boot-754466ac95e92ebf40e25c6af6f13ab9b4d7c87b.tar.gz u-boot-754466ac95e92ebf40e25c6af6f13ab9b4d7c87b.tar.bz2 |
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ethernut5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index c81fc44..4c69af6 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -12,6 +12,8 @@ #include <asm/hardware.h> +#define CONFIG_SYS_GENERIC_BOARD + /* The first stage boot loader expects u-boot running at this address. */ #define CONFIG_SYS_TEXT_BASE 0x27000000 /* 16MB available */ |