ath79: fix loader-okli, lzma-loader
booting will hang most of the times on tl-wr1043nd-v1 without a KERNEL_CMDLINE value add anything as a placeholder as kernel command line is taken from DTS Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
b287c82bed
commit
fe594bf90d
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ LOADER_DATA :=
|
|||
BOARD :=
|
||||
FLASH_OFFS :=
|
||||
FLASH_MAX :=
|
||||
KERNEL_CMDLINE := rootfstype=squashfs
|
||||
|
||||
CC := $(CROSS_COMPILE)gcc
|
||||
LD := $(CROSS_COMPILE)ld
|
||||
|
|
Loading…
Reference in a new issue