Add kgdb to the sheeveaplug. It can help in case of troubles.

This commit is contained in:
Lluis Batlle
2012-12-29 12:22:50 +01:00
parent 30e0edd812
commit db6925ea37
+5
View File
@@ -119,6 +119,11 @@ rec {
UBIFS_FS_LZO y
UBIFS_FS_ZLIB y
UBIFS_FS_DEBUG n
# Kdb, for kernel troubles
KGDB y
KGDB_SERIAL_CONSOLE y
KGDB_KDB y
'';
kernelTarget = "uImage";
uboot = "sheevaplug";