mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
km/common: enable cramfs and cramfs cmdline
All the km boards uses CRAMFS images where the kernel is stored. This isn't architecture specific because we use it on ARM and POWERPC. Signed-off-by: Holger Brunck <holger.brunck@keymile.com> Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> cc: Heiko Schocher <hs@denx.de> cc: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
1adfd9dd3f
commit
f7fb46a8f3
1 changed files with 3 additions and 1 deletions
|
@ -118,7 +118,9 @@
|
|||
#define CONFIG_MTD_DEVICE
|
||||
#define CONFIG_MTD_CONCAT
|
||||
|
||||
/* common powerpc specific env settings */
|
||||
#define CONFIG_CMD_CRAMFS
|
||||
#define CONFIG_CRAMFS_CMDLINE
|
||||
|
||||
#ifndef CONFIG_KM_DEF_ENV_BOOTPARAMS
|
||||
#define CONFIG_KM_DEF_ENV_BOOTPARAMS \
|
||||
"actual_bank=0\0"
|
||||
|
|
Loading…
Add table
Reference in a new issue