Skip to content

Commit

Permalink
boots coolya#8
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrootnoob committed Aug 6, 2015
1 parent 801266b commit 89906e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ endif
endif

AFLAGS_head.o += -DTEXT_OFFSET=$(TEXT_OFFSET)
AFLAGS_head.o += -Wa,-march=armv7-a$(plus_sec)
AFLAGS_head.o += -Wa,-mcpu=cortex-a8
HEAD = head.o
OBJS += misc.o decompress.o
FONTC = $(srctree)/drivers/video/console/font_acorn_8x8.c

AFLAGS_misc.o +=-Wa,-march=armv7-a$(plus_sec)
AFLAGS_misc.o += -Wa,-mcpu=cortex-a8

AFLAGS_decompress.o += -Wa,-march=armv7-a$(plus_sec)
AFLAGS_decompress.o += -Wa,-mcpu=cortex-a8

#
# Architecture dependencies
#
Expand Down
11 changes: 5 additions & 6 deletions arch/arm/configs/omni_fascinatemtd_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,9 @@ CONFIG_PERF_EVENTS=y
# CONFIG_PERF_COUNTERS is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_AIO_SSD_ONLY=y
# CONFIG_SLUB_DEBUG is not set
CONFIG_COMPAT_BRK=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
Expand All @@ -167,6 +166,7 @@ CONFIG_HAVE_HW_BREAKPOINT=y
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
Expand Down Expand Up @@ -2708,20 +2708,19 @@ CONFIG_NLS_UTF8=y
#
# Kernel hacking
#
CONFIG_PRINTK_TIME=y
# CONFIG_PRINTK_TIME is not set
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_HARDLOCKUP_DETECTOR is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_SPARSE_RCU_POINTER is not set
CONFIG_STACKTRACE=y
CONFIG_DEBUG_BUGVERBOSE=y
Expand Down

0 comments on commit 89906e1

Please sign in to comment.