diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-11-01 09:04:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-11-01 09:04:30 -0700 |
commit | 5c99a8d1edb53921d79fee29231bca3ada77b5d6 (patch) | |
tree | deff35442176ac24346f4e17084940912b958417 /arch/csky/Kconfig.debug | |
parent | eb7046e9bf466cebfcfbcdf640e41d9e3a80086c (diff) | |
parent | e8d0c9a726cd1eae410148fcc6a1db23019f0334 (diff) |
Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux
Pull csky dtb fixups from Guo Ren:
"These fix the csky dtb Kbuild to follow the new Devicetree dtb build
rules"
* tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linux:
csky: use common dtb build rules
csky: remove builtin-dtb Kbuild
Diffstat (limited to 'arch/csky/Kconfig.debug')
-rw-r--r-- | arch/csky/Kconfig.debug | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/csky/Kconfig.debug b/arch/csky/Kconfig.debug index 48cf6ff9df4a..22a162cd99e8 100644 --- a/arch/csky/Kconfig.debug +++ b/arch/csky/Kconfig.debug @@ -1,9 +1 @@ -menu "C-SKY Debug Options" -config CSKY_BUILTIN_DTB - string "Use kernel builtin dtb" - help - User could define the dtb instead of the one which is passed from - bootloader. - Sometimes for debug, we want to use a built-in dtb and then we needn't - modify bootloader at all. -endmenu +# dummy file, do not delete |